@charset "utf-8";
/* CSS Document */


html {
    background-color: #181f2b;
	
}


body {
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
	background-color: #181e2a;
}

/*Scrollbar change */

::-webkit-scrollbar {
    width: 10px;
    background: #131929;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,255,1); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
    background: #395071;
} 




a {
    text-decoration: none !important;
    color: white;
}

.HMainContainer {
    background: url(Images/HomeBCK.jpg);
    width: 100%;
    height: 100vh;
    background-position: center top !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100px;
    min-height: auto;


}

.row {
	margin-left: 3vw;
	margin-right: 3vw;
	
}



.HBodyContainer {
    height: 100%;
	margin-left: 2%;
    margin-right: 2%;
}

.HHeader {
    margin-top: 20vh;
    margin-bottom: 10vh;
    height: 50%;
    width: 30vw;
    display: block;
    float: left;
}

.invisible {
	position: fixed;
	visibility: hidden;
}

h1 {
    color: White;
    font-family: 'Merriweather', serif;
    font-size: 4vw;
    font-weight: lighter;
    line-height: 4vw;
}


#animatedAnimated {
	margin-left: -10vw;
	margin-top: -6vw;
	height: 5.5vw;
	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


#animatedCalligraphy {
	margin-left: 4vw;
	margin-top: -2.5vw;
	width: 23.5vw;
	height: 7.5vw;
	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


#HTitle {
    margin-top: -10vh;
	
}

#HTCalligraphy {
    text-align: left;
    padding-left: 2.5vw;
	line-height: 2.5vw;
}


p, li {
    color: white;
    line-height: 1.4em;
}

.HDescription {
    margin-top: 0.2rem;
    padding-left: 20px;
    padding-right: 20px;
}

.HDescription p {
    font-family: 'Raleway', sans-serif;
    font-size: 11pt;
}

.HDescription h2 {
    margin-top: 1.8rem;
	margin-bottom: 1.8rem;

}

h2 {
    color: White;
    font-family: 'Raleway', sans-serif;
    font-size: 21pt;
    font-weight: normal;
    line-height: 1em;
}

p #SmallerTxt {
    font-size: 8pt !important;
}

.SocialContainer {
    text-align: center;
    margin-top: 2vw;
}

.SocialContainer a {
    padding-right: 5px;
}

.HMenuContainer {
    margin-top: 20vh;
    margin-bottom: 10vh;
    height: 50%;
    width: 30vw;
    border-left: 1px solid white;
    border-right: 1px solid white;
    display: block;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}


.Btn {
    font-family: 'Raleway', sans-serif;
    font-size: 2.8vw;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.Btn:hover {
    color: #9BB3E1;
    letter-spacing: 0.03vw;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;
}


.SiteFooter {
    background: #000;
    padding: 50px 65px;
}

.SiteMap {
    float: left;
    text-align: left;
    flex: 1;
}

.SmallBtn {
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    color: white;
    text-decoration: none;
    cursor: pointer;
}


.SmallBtn:hover {
    color: #9BB3E1;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;
}


.SiteExplain {
    text-align: left;
    border-top: 1px solid white;
    flex: 2;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 15px;
}


.SiteExplain p {
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    color: white;
    text-decoration: none;
}

/* End of Home Page */


/* Other Pages */


.MainContainer {
    background: url(Images/PageBCK.jpg);
    height: auto;
    background-position: center top !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100px;
    min-height: auto;
    background-repeat: no-repeat;
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
}

.MainContainer-Database {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #181e2a;
}


.MainHeader {
    margin-top: 0px;
    display: flex;
}


.TitleContainer {
    float: left;
    flex: 0;
}


#animCallTypo {
	margin-left: -10px;
	margin-top: -85px;
	width: 310px;
	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

h3 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
    Color: White;
    font-size: 36pt;
    line-height: 0.5pt;

}

#TCalligraphy {
    text-align: left;
    padding-left: 50pt;

}


.MenuContainer {
    height: 123px;
    float: left;
    flex: 1;
}

.MainMenu {
    padding-top: 70px;
    border-bottom: 1px solid White;
    margin-right: 2%;
    padding-bottom: 10px;
    float: right;
    width: 95%
}


.NavBtn {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 16pt;
    padding-right: 30px;
}

.NavBtn:hover {
    color: #9BB3E1;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;

}

.BodyContainer {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
	padding-left: 7vw;
	padding-right: 7vw;
}

.CL1 {

    flex: 1;

}

.CL2 {

    flex: 1;
    padding-left: 50px;
}

.BodyContainer p {
    font-family: 'Raleway', sans-serif;
    font-size: 11pt;
    line-height: 14pt;

}

h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: white;
}

h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 12pt;
	font-weight: bold;
}

.BodyContainer a {
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    color: white;
    text-decoration: none;

}

.BodyContainer a:hover {
    font-family: 'Raleway', sans-serif;
    color: #9BB3E1;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;

}

.VidLink {
    padding-bottom: 15px;

}

.Chapter {
    display: block;
    padding-top: 10px;

}

/* End of VideoExamples */


/* Start of The Book */

.TBBodyContainer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.TBBodyContainer p {
    font-family: 'Raleway', Sans-serif;
    color: white;
    font-size: 12pt;

}

.BookDesContainer {

    display: flex;
}

.BookDesTxt {
    float: left;
    flex: 2;
    padding-right: 30px;
}

.BookDesImg {
    float: right;
    padding-top: 70px;
}

.TBBodyContainer {
    margin-top: 460px;
}

.BookDetails {
    display: flex;
    margin-top: 30px;
    height: 250px;
}

/* Start Database */

.DBMainContainer {
    height: auto;
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
}

.DBBodyContainer {
    padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 9vw;
	padding-right: 9vw;
}

.COL1 {
    flex: 1;
    float: left;
    padding: 30px;
}

.Pair {
    display: flex;
    flex-wrap: wrap;
}

.COL2 {
    flex: 1;
    float: right;
    padding: 30px;

}

.accordion {
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    cursor: pointer;
	color: #9BB3E1;
	border: none;
	outline: none;
    background-color: transparent;
    padding: 0px;
    margin-left: 4%;
    text-align: left;
	font-size: 1.3rem;
	transition: 0.9s;
}

.accordion:hover {
    color: #d0dbff;
    transition: all 0.5s ease-out 0s;
    cursor: pointer;
}

.accordion:focus {
	border: none;
	outline: none;
}

.VideoContainer{
	margin-top: 100px;
	border-top: solid 1px white;
	padding-top: 20px;
}

.VideoBox {
    margin: 30px;
    padding: 15px;
    align: center;
    text-align: center;
    border: 2px solid white;
}

.VideoBox p {
    font-family: 'Raleway', Sans-serif;
    font-size: 11pt;
}

.DatabaseDescription p {
    font-family: 'Raleway', Sans-serif;
    font-size: 11pt;
}

.DatabaseDescription a {
    font-family: 'Raleway', Sans-serif;
    font-size: 11pt;
    color: white;
}

.DatabaseDescription a:hover {
    color: #9BB3E1;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;
}


.AEFLogoContainer {
	width: 100%;
	padding-top: 20px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;

}

#AEFLogo {
	width: 30vw;
	height: auto;
}


.iBodyContainer {
    margin-left: 10vw;
    margin-right: 10vw;
    height: 100%;
    padding-bottom: 100px;
}

.iBodyContainer p {
    font-family: 'Raleway', Sans-serif;
    font-size: 11pt;

}

#FAQ {
    margin-bottom: 120px;
}


#Submit {
    margin-bottom: 120px;
}


#PrivacyPolicy {
    margin-bottom: 120px;
}

.MainHeader h3 {
    margin: 53px 0;
}

.author-name {
    text-align: right;
    font-weight: 300;
    margin: 50px 0;
}

.h3-info {
    line-height: 36pt;
    margin-bottom: 53px;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid white;
}

.footer-col {
    margin-top: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .HMenuContainer {
        display: none;
    }

    h1 {
        color: White;
        font-family: 'Merriweather', serif;
        font-size: 8vw;
        font-weight: lighter;
        line-height: 8vw;
    }
	
	#animatedAnimated {
	margin-left: -25vw;
	margin-top: -6vw;
		margin-bottom: 2vw;
	height: 12vw;
		
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
	
	
	#animatedCalligraphy {
	margin-left: 20vw;
	margin-top: -4.5vw;
	width: 55vw;
	height: 13vw;
	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .navbar-btn {
        float: right;
    }
	
	.BookDetails{
		height : 450px;
	}

}

@media screen and (min-width: 768px) {
    #HTCalligraphy {
        padding-left: 4.5vw;
    }
	

    .blank-space {
        max-width: 70px;
    }

    .SiteMap {
        padding-left: 40px;
    }

    .md-max-width-400 {
        max-width: 400px;
    }
}


@media screen and (max-width: 991px) {
    .MenuContainer {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    .BookDesImg img {
        margin-left: 100px !important;
    }

    .BookDesImg img {
        max-width: 600px !important;
    }
}

@media screen and (min-width: 560px) {
    .TBBodyContainer {
        margin-top: 520px;
    }
}

@media screen and (min-width: 660px) {
    .TBBodyContainer {
        margin-top: 620px;
    }
}

@media screen and (min-width: 1200px) {
    .TBBodyContainer {
        margin-top: 650px;
    }
}

@media screen and (min-width: 1560px) {
    .blank-space {
        max-width: 100px;
    }
}





/* rSlider */

.rs-container *{
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rs-container{
	font-family: 'Raleway', sans-serif;
	height: 45px;
	position: relative;
}
.rs-container .rs-bg,.rs-container .rs-selected{
	background-color: transparent;
	border: 0.5px solid white;
	height: 10px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 100%;
	border-radius: 0px;
}
.rs-container .rs-selected{
	background-color: #8c9edc;
	border: 0px solid white;
	transition: all .2s linear;
	width: 0;
}
.rs-container.disabled .rs-selected{
	background-color: #ccc;
	border-color: #bbb;
}
.rs-container .rs-pointer{
	background-color: #8c9edc;
	border: 1px solid white;
	border-radius: 15px;
	cursor: pointer;
	height: 20px;
	left: -10px;
	position: absolute;
	top: 0;
	transition: all .2s linear;
	width: 30px;
	/*box-shadow:inset 0 0 1px #5f6da0,inset 0 1px 6px #5f6da0,1px 1px 4px rgba(0,0,0,.1);*/
}

.rs-container .rs-pointer:hover{
	box-shadow:inset 0 0 1px white,inset 0 1px 6px white,1px 1px 4px white;
}

.rs-container .rs-pointer:focus{
	box-shadow:inset 0 0 1px white,inset 0 1px 6px white,1px 1px 4px white;
}

.rs-container.disabled .rs-pointer{
	border-color: #ccc;
	cursor: default;
}
.rs-container .rs-pointer::after,.rs-container .rs-pointer::before{
	content:'';
	position: absolute;
	width: 1px;
	height: 9px;
	background-color: #ddd;
	left: 12px;
	top: 5px;
}
.rs-container .rs-pointer::after{
	left: auto;
	right: 12px;
}
.rs-container.sliding .rs-pointer,.rs-container.sliding .rs-selected{
	transition: none;
}
.rs-container .rs-scale{
	left: 0;
	position: absolute;
	top: 5px;
	white-space: nowrap;
}
.rs-container .rs-scale span{
	float: left;
	position: relative;
}
.rs-container .rs-scale span::before{
	background-color: #ededed;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 1px;
}
.rs-container.rs-noscale span::before{
	display: block;
}
.rs-container.rs-noscale span:first-child::before,.rs-container.rs-noscale span:last-child::before{
	display: block;
}
.rs-container .rs-scale span:last-child{
	margin-left:-1px;
	width:0;
}
.rs-container .rs-scale span ins{
	color: white;
	display: inline-block;
	font-size: 12px;
	margin-top: 20px;
	text-decoration: none;
}
.rs-container.disabled .rs-scale span ins{
	color: #999;
}
.rs-tooltip{
	color: black;
	width: auto;
	min-width: 60px;
	height: 30px;
	background: white;
	border: 1px solid white;
	border-radius: 3px;
	position: absolute;
	transform: translate(-50%,-35px);
	left: 13px;
	text-align: center;
	font-size: 13px;
	padding: 6px 10px 0;
}
.rs-container.disabled .rs-tooltip{
	border-color: #ccc;
	color: #999;

}





/* Competition */

#BtnContainer {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 350px;
}

.SubmitBtn {
    border: thin solid #FFFFFF;
	font-family: 'Raleway', sans-serif;
    font-size: 2vw;
	font-weight: bold;
    color: white;
    text-decoration: none;
    cursor: pointer;
	padding: 20px;
}

.SubmitBtn:hover {

	background-color: rgba(155,179,225,0.5);
    color: #FFFFFF;
    transition: all 0.5s ease-out 0.1s;
    cursor: pointer;
}

#Terms {
	margin-top: 50%;
}

#Terms h4 {
	margin-top: 35px;
}



/* Style for the .donate div */
.donate {
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    position: relative; /* Ensure it's in the normal document flow */
    z-index: 1000; /* Ensure it appears above other elements during animation */
    display: flex;
    flex-direction: column;
}


.donate p, .donate h2 {
    color: rgb(0, 0, 0);
}

.donate button {
    background: none; /* Remove background color */
    border: none; /* Remove border */
    outline: none; /* Remove focus outline */
    cursor: pointer; /* Maintain clickability */
    align-self: flex-end; /* Align the button to the right within the donate div */
    font-size: 28px; /* Adjust size as needed */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.donate button:hover {
    color: rgb(86, 123, 186);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


@keyframes scrollUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.donate.hide {
    animation: scrollUp 0.5s forwards; /* Apply the scroll-up animation */
    position: relative; /* Ensure it doesn't affect layout after hiding */
}


.content-slide-up {
    animation: contentSlideUp 0.5s ease-out forwards;
}

@keyframes scrollUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}